home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / graphics / sviewiv / arexx-scripts / readme.1st < prev    next >
Text File  |  1999-11-30  |  503b  |  21 lines

  1.  
  2.  For changing controlpad settings fromout scripts, you may
  3.  use the SVPrefs command (SYS:Prefs/SVPrefs), which not only
  4.  offers a nice GUI, but can be used from CLI/Shell or ARexx, too:
  5.  
  6.   Syntax:  SVPrefs SET file NAME [VALUE]
  7.  
  8.   Examples:
  9.  
  10.     1. Set 24BITOPERATOR=Dither24Bit in ENV:SuperView-Library/AGA.controlpad
  11.  
  12.        SVPrefs SET AGA 24BITOPERATOR Dither24Bit
  13.  
  14.     2. Set keyword SCREENINFRONT in ENV:SuperView-Library/AGA.controlpad
  15.  
  16.        SVPrefs SET AGA SCREENINFRONT
  17.  
  18.  --
  19.  ARK, 5/Apr/98
  20.  
  21.